home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Shop / shop.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  161 b   |  15 lines

  1. on mouseEnter
  2.   cursor([cast "curs", cast "mask"])
  3.   go("cards")
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(-1)
  8.   go("items")
  9. end
  10.  
  11. on mouseUp
  12.   cursor(-1)
  13.   go(1, "cards")
  14. end
  15.